Name | Description | |
---|---|---|
Record<T0,T1,T2,T3,T4,T5> Constructor | Create an instance of Record<T0,T1,T2,T3,T4,T5>. This constructor is not intended to be used in your code. |
The following tables list the members exposed by Record<T0,T1,T2,T3,T4,T5>.
Name | Description | |
---|---|---|
Record<T0,T1,T2,T3,T4,T5> Constructor | Create an instance of Record<T0,T1,T2,T3,T4,T5>. This constructor is not intended to be used in your code. |
Name | Description | |
---|---|---|
m_P0 | This read-only field represents the record' cell' value of at index 0. | |
m_P1 | This represents the record' cell' value of at index 1. | |
m_P2 | This represents the record' cell' value of at index 2. | |
m_P3 | This represents the record' cell' value of at index 3. | |
m_P4 | This represents the record' cell' value of at index 4. | |
m_P5 | This represents the record' cell' value of at index 5. |
Name | Description | |
---|---|---|
Item | Overridden. Returns this record cell value, for the cell defined at the zero-based index index. | |
RecordArity | Overridden. Returns this record class number of cells, from one to 16 cells, this limit is defined by NDepend.CodeQuery.RecordBase.MAX_ARITY. |
Name | Description | |
---|---|---|
Concat | Overloaded. Gets an enumerable object that contains first element and then elements of elements, in this order. | |
EqualsAny | Overloaded. Returns true if this item equals item1 or item2. | |
NewerVersion<T> | Returns the newer version of this codeElement object. This method can only be called in a ICQLinqExecutionContext, otherwise the method NDepend.CodeModel.ICompareContext.NDepend.CodeModel.ICompareContext.NewerVersion<T> must be called instead. | |
OlderVersion<T> | Returns the older version of this codeElement object. This method can only be called in a ICQLinqExecutionContext, otherwise the method NDepend.CodeModel.ICompareContext.NDepend.CodeModel.ICompareContext.OlderVersion<T> must be called instead. | |
ToEnumerable<TElement> | Gets an enumerable object that contains only the single element element. | |
ToNullableDouble | If obj is a numeric primitive type, returns its value converted as double. else returns null. |